Microsoft SQL Server 2008 Limitation

There is a known problem with Microsoft related to JRE that results in disabling of the 3DES_EDE_CBC transport layer security algorithm. If you encounter this problem, you can enable 3DES_EDE_CBC in <TDV_install_dir>/jdk/conf/security/java.security.

To re-enable 3DES_EDE_CBC

Navigate to the <TDV_install_dir>/jdk/conf/security/java.security.
1. Open the file and remove 3DES_EDE_CBC from the jdk.tls.disabledAlgorithms setting.
2. Restart the TDV Server.